


div{
	color:red;
}

#box1 {
	top:0px;
	left:0px;
	width:1300px;
	height:700px;
	position:absolute;
	background: rgb(10,85,150);
	
	
}

#box2 {
    width: 1280px;
    height: 142px;
	
	top:300px;
	left:0px;
	position:absolute;
	background: rgb(254,195,10);
}

#box3 {
	top:0px;
	left:400px;
	position:absolute;
	background: rgb(254,195,10);
    width: 140px;
    height: 690px;
	
}